home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / disk / misc / XFS.lha / xfs / xfs.readme < prev    next >
Text File  |  1998-02-22  |  3KB  |  83 lines

  1. Short: V2.11b2 Multi filesys+.device, pc+mac+..
  2. Uploader: msw@blackpool.ac.uk
  3. Author: frans (francis swift)
  4. Type: disk/misc
  5. Replaces: xfs210b2.lha
  6.  
  7. XFileSystem Version 2.11 beta (2nd) release.
  8.  
  9. Consisting of xfsd (a disk handler for your L: directory)
  10. and fd.device (for your devs: directory).
  11.  
  12. Current status:
  13.  
  14.               readdir  read  write delete rename readpart format
  15.   ql            +       +      +     +      +
  16.   spectrum      +       +
  17.   msdos         +       +      +     +      +       +
  18.   archimedes    +       +
  19.   amiga         +       +      +     +      +       +
  20.   minix         +       +
  21.   mac           +       +                           +
  22.   cpm           +       +
  23.  
  24. As you can see, there is currently no way to format disks.
  25. In fact, most of the code to format disks marked as writeable
  26. exists, it's just there's no way to select it at the moment.
  27.  
  28. See the xfs.guide 'usage' section for further info.
  29.  
  30. -------------------------- xfs211b2  ----------------------------
  31.  
  32. I've completely re-written the sector access / allocation on the
  33. Amiga handler, so as to allow you to write to media larger than
  34. floppy disks. Unfortunately I haven't had time to test it, so I
  35. don't recommend you use it for anything crucial yet, just media
  36. you can afford to re-format. Oh, and I found a few things were
  37. missing in the directory cacheing (DC) part of the handler, so
  38. I've made DC disks read-only for the moment till I sort it out.
  39. Also, for some reason the utf-8 internal names were being sent
  40. to the Amiga name hashing routines, causing all files whose names
  41. contained accented characters to be put on the wrong hash chain.
  42. If you have any disks written using this I suggest you use the
  43. old version of the handler to copy the files off the disks then
  44. use 211b2 or later to write them back (if it works!).
  45.  
  46. No further additions to any other handlers, 'cause I've been
  47. adapting various compression routines, to see how easy it would
  48. be to add archive-handling to xfsd.
  49.  
  50. I might as well mention that I had hoped to replace the rather
  51. awkward DMS uncrunching in file.device, but I couldn't get access
  52. to the source on the Aminet. Oh, didn't you know file.device could
  53. read DMS files? Well I can't recommend it. Or DMS for that matter.
  54. But you will need both, as file.device calls DMS to do the work.
  55.  
  56. -------------- xfs211b (only released on cover cd) --------------
  57.  
  58. MAC handler does something at last. You can now do directory
  59. listings and read the data forks of files.
  60.  
  61. Temporarily disabled ExamineAll support so that ExamineAll should
  62. now work properly. Yes you did read that right. If a handler
  63. doesn't support ExamineAll the Dos emulates it via Examine and
  64. ExamineNext. I'll re-enable it when it's fixed.
  65.  
  66. On the QL, accented characters should now be completely usable
  67. in filenames, previously they would only read correctly.
  68.  
  69. Oh, and I've upgraded the x-code utility (to V1.01), and I've
  70. replaced the geometry program with a more general device command
  71. utility called devio (no docs for it but it's simple to use).
  72.  
  73. Oh, there seems to be some confusion as to the names of the
  74. mountlists. I've made sure they're all named in the same way
  75. (mount.#?).
  76.  
  77. Finally, I've changed all the flags fields in the mountlists
  78. to make all volumes appear on the Workbench.  So if you use
  79. xfsd at the same time as another handler for the same disk,
  80. something strange may happen (unless you edit the flags field
  81. to stop xfsd mounting volume entries - see mount.xfsd).
  82.  
  83.